github.com/klauspost/compress/zstd.history.recentOffsets (field)

11 uses

	github.com/klauspost/compress/zstd (current package)
		blockdec.go#L501: 	hist.recentOffsets = hist.decoders.prevOffset
		blockdec.go#L665: 	hist.decoders.prevOffset = hist.recentOffsets
		blockdec.go#L668: 	hist.recentOffsets = hist.decoders.prevOffset
		blockdec.go#L696: 	hist.recentOffsets = hist.decoders.prevOffset
		decoder.go#L676: 					println("Async 1: new history, recent:", block.async.newHist.recentOffsets)
		decoder.go#L680: 				hist.recentOffsets = block.async.newHist.recentOffsets
		history.go#L18: 	recentOffsets [3]int
		history.go#L39: 	h.recentOffsets = [3]int{1, 4, 8}
		history.go#L66: 	h.recentOffsets = dict.offsets
		seqdec.go#L91: 	s.prevOffset = hist.recentOffsets